CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sigma filter

搜索资源列表

  1. reply_1_855734

    0下载:
  2. // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54607
    • 提供者:王学金
  1. sigma_delta

    0下载:
  2. filter design sigma delta filter-filter design sigma delta filter
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:51471
    • 提供者:岳颀
  1. cicmodule

    3下载:
  2. 一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。-a three bands CIC interpolation filter, as delta sigma DAC sampling rate or module for the half-band filter.
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:915
    • 提供者:老杜
  1. ale

    1下载:
  2. 提供自适应线谱增强函数。结合LMS算法和自适应滤波来实现线谱增强。实现受白噪声 (mu,sigma)污染的单频信号(frequency f)的增强。-function to perform adaptive line enhancement using LMS algorithm and an adaptive FIR filter。 ALE concept enhances a single tone signal (frequency f) affected by white noise (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2690
    • 提供者:
  1. merwe01a

    0下载:
  2. An Introduction to the Kalman Filter (sigma)
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:117588
    • 提供者:Chris
  1. ukf

    0下载:
  2. An implementation of Unscented Kalman Filter for nonlinear state estimation.-Nonlinear state estimation is a challenge problem. The well-known Kalman Filter is only suitable for linear systems. The Extended Kalman Filter (EKF) has become a standarded
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2555
    • 提供者:DT丿灬雪狼
  1. ReBEL-0.2.7

    0下载:
  2. 包括kf,ekf,pf,upf可以自己定制模型参数,完成滤波-ReBEL currently contains most of the following functional units which can be used for state-, parameter- and joint-estimation: Kalman filter Extended Kalman filter Sigma-Point Kalman filters (SPKF) Unscented
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1609052
    • 提供者:zhangsimin
  1. vhdl_sigmadelta

    0下载:
  2. Sigma-Delta audio DAC. Connect a RC lowpass filter to the pin to reduce noise and improve the audio quality.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:17082
    • 提供者:topper1010
  1. decifilter256

    1下载:
  2. sigma-delta 256倍数字抽取滤波器的matlab设计-matlab design of sigma-delta 256 digital decimation filter
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1233
    • 提供者:yanzizu
  1. sigmafil

    0下载:
  2. matlab版本的对SAR强度影像的sigma滤波-sigma filter of SAR intensity image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:827
    • 提供者:小马
  1. Ukf

    0下载:
  2. UKF code for Unscented Kalman Filter sigma calculation-UKF code
  3. 所属分类:LabView

    • 发布日期:2017-04-14
    • 文件大小:2588
    • 提供者:woo
  1. NI_mini

    0下载:
  2. Adaptive Bilinear filter in satellite images.sigma 1, sigma2, images is the input with GUI
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:6766983
    • 提供者:balu
  1. NLmeansfilter

    0下载:
  2. anisotropic diffusion input: image to be filtered t: radio of search window f: radio of similarity window k: degree of filtering sigma: noise standard deviation Author: Jose Vicente Manjon Herrera & Antoni Buades Date: 09
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:1001
    • 提供者:彭静
  1. Guassian-filter

    0下载:
  2. 读取图片 并使用高斯低通滤波器对图片平滑-to read a bmp image to compute its smoothed result with a 3*3 Guassian filter (sigma=1)
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:93721
    • 提供者:筱莳
  1. sdm_filter_matlab

    1下载:
  2. sigma delta adc 滤波器matlab-sigma delta adc filter including cic cic_comp hb
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:wanxiongxiong
  1. pyramid

    0下载:
  2. The function shows how to create a 2D Gaussian lowpass approximation filter. It enables user to tune the parameters (miu, sigma, filter size) of the Gaussian filter to see its effect on the convoluted signal (image).
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:md adil
  1. logfilter

    0下载:
  2. logfilter it is usind second derivation of gauss for making filter mask according to sigma value
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:552960
    • 提供者:emin
  1. 高斯

    1下载:
  2. 高斯滤波器,sigma值可根据信号输入自动调整(Gauss filter and Sigma value can be automatically adjusted according to signal input.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:雷雷爱吃草
« 1 2»
搜珍网 www.dssz.com